pp108 : deleteservicecontainer - Ant Task

deleteservicecontainer - Ant Task

Description

deleteservicecontainer Ant task deletes a Service Container from an organization in a Process Platform instance.

Sample Usage

The following code describes the procedure to delete a Service Container WS-AppServer container in Service Group WS-AppServerTest group which is available in myorganization.

 <deleteservicecontainer organization="myorganization" name="WS-AppServercontainer" servicegroupName="WS-AppServerTest"  ldapRoot = "cn=cordys,cn=fp1cu7,o=myorg.com" /> 

Parameters

Attribute

Description

Type

Required

name

Name of the Service Container.

String

Yes

organization

Provide the name of the organization.

String

Yes

servicegroupName

Name of the Service Group.

String

Yes

ldapRoot

LDAP root of the Process Platform instance.

String

Yes

failOnError

Boolean flag aborts the build when an exception occurs in the task. Default value is true.

Boolean

No